VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCompositeVisualTool Class / FindVisualTool Methods / FindVisualTool<T>() Method
Syntax Requirements SeeAlso
In This Topic
    FindVisualTool<T>() Method (WpfCompositeVisualTool)
    In This Topic
    Finds the specified visual tool of specified type in composite visual tool.
    Syntax
    'Declaration
    
    Public Overloads Function FindVisualTool<T
    The visual tool type to find.
    >() As T (Of T
    The visual tool type to find.
    As WpfVisualTool)
    public T FindVisualTool<T>()
    where T: WpfVisualTool
    
    
    public: T* FindVisualTool<T>()
    where T: WpfVisualTool*
    
    
    generic<typename T>
    public:
    T^ FindVisualTool() where T: WpfVisualTool^

    Type Parameters

    T
    The visual tool type to find.

    Return Value

    The visual tool of specified type if visual tool is found; otherwise, null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also